home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ For TASM / HEAP.PAK / DISPLAY.INC < prev    next >
Text File  |  1996-02-21  |  331b  |  19 lines

  1. ; Copyright (c) 1993 By Borland International, Inc.
  2. ;
  3. ; FILE: DISPLAY.INC
  4.  
  5. CR  = 0DH
  6. LF  = 0AH
  7.  
  8. DOSPRINTSTRING     =   09H
  9. DOSPRINTCHAR       =   02H
  10.  
  11. DOSINT             =   21H
  12.  
  13.    global ShowHexByte:proc
  14.    global ShowHexWord:proc
  15.    global Show_Bracket:proc
  16.    global Show_Endbracket:proc
  17.    global CRLF:proc
  18.  
  19.